Fix typo in i18n namespace.
This commit is contained in:
parent
454ac13a4b
commit
efbe9a9691
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ use WebGUI::Asset;
|
||||||
use WebGUI::International;
|
use WebGUI::International;
|
||||||
extends 'WebGUI::Asset';
|
extends 'WebGUI::Asset';
|
||||||
define tableName => 'wobject';
|
define tableName => 'wobject';
|
||||||
define assetName => ['Wobject', 'Wobject'];
|
define assetName => ['Wobject', 'Asset_Wobject'];
|
||||||
property description => (
|
property description => (
|
||||||
fieldType => 'HTMLArea',
|
fieldType => 'HTMLArea',
|
||||||
default => undef,
|
default => undef,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue