Add share model to autoload

This commit is contained in:
Eike Foken
2011-09-08 16:00:08 +02:00
parent e02b3442cd
commit e106201d9d

View File

@@ -109,7 +109,7 @@ $autoload['language'] = array();
| |
*/ */
$autoload['model'] = array('user', 'project'); $autoload['model'] = array('user', 'project', 'share');
/* End of file autoload.php */ /* End of file autoload.php */