Fix typo in previous commit

This commit is contained in:
Nathan Gray 2011-06-22 20:47:52 +00:00
parent d15e738692
commit acfd108fa1

View File

@ -17,7 +17,7 @@
class preferences_categories_ui extends admin_categories { class preferences_categories_ui extends admin_categories {
protected $appname = 'preferences'; protected $appname = 'preferences';
protected $get_rows = 'preferencespreferences_categories_ui.get_rows'; protected $get_rows = 'preferences.preferences_categories_ui.get_rows';
protected $list_link = 'preferences.preferences_categories_ui.index'; protected $list_link = 'preferences.preferences_categories_ui.index';
protected $edit_link = 'preferences.preferences_categories_ui.edit'; protected $edit_link = 'preferences.preferences_categories_ui.edit';
protected $add_link = 'preferences.preferences_categories_ui.edit'; protected $add_link = 'preferences.preferences_categories_ui.edit';