Fix a typo in Subscribable Role.

This commit is contained in:
Colin Kuskie 2010-03-19 14:42:16 -07:00
parent b04651ecc8
commit e2033afbac

View file

@ -18,7 +18,7 @@ package WebGUI::Role::Asset::Subscribable;
use WebGUI::International;
use Moose::Role;
use WebGUI::Definition::Asset;
define tableName => "assetAspect_Subscribable",
define tableName => "assetAspect_Subscribable";
property subscriptionGroupId => (
tab => "security",
fieldType => "subscriptionGroup",