* Edit isClickable for program model.

This commit is contained in:
holan20180123
2020-08-24 10:56:39 +08:00
parent 6c8c7255f0
commit 6257a82bf8
+1 -1
View File
@@ -393,7 +393,7 @@ class programModel extends model
* @access public
* @return bool
*/
public static function isClickable($project, $action)
public static function isClickable($program, $action)
{
$action = strtolower($action);