* remove E_STRICT errors.

This commit is contained in:
wwccss
2013-07-17 20:13:46 +08:00
parent cbedc2b30e
commit e4405b929e
9 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -1241,7 +1241,7 @@ class bugModel extends model
* @access public
* @return void
*/
public function isClickable($object, $action)
public static function isClickable($object, $action)
{
$action = strtolower($action);