* Fix bug#30187.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user