Fix a typo in Wobject.

This commit is contained in:
Colin Kuskie 2010-01-19 19:24:34 -08:00
parent b979628f80
commit 4e65824bdd

View file

@ -24,7 +24,7 @@ use WebGUI::Macro;
use WebGUI::SQL; use WebGUI::SQL;
use WebGUI::Utility; use WebGUI::Utility;
use WebGUI::Definition::Asset; use WebGUI::Definition::Asset;
extends WebGUI::Asset; extends 'WebGUI::Asset';
attribute tableName => 'wobject', attribute tableName => 'wobject',
attribute assetName => 'Wobject', attribute assetName => 'Wobject',
property description => ( property description => (