* Fix bug#30187.

This commit is contained in:
xieqiyu
2022-11-24 09:31:24 +08:00
parent 307629f078
commit afb647bedf

View File

@@ -782,4 +782,18 @@ class branchModel extends model
return $targetBranch;
}
/**
* Judge an action is clickable or not..
*
* @param object $branch
* @param string $action
* @static
* @access public
* @return bool
*/
public static function isClickable($branch, $action)
{
return true;
}
}