Fix a typo in Wobject.
This commit is contained in:
parent
b979628f80
commit
4e65824bdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 => (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue