* Fix program link.

This commit is contained in:
Yagami
2020-08-03 14:39:36 +08:00
parent 541526e62d
commit 5b1d63ebf5
5 changed files with 33 additions and 12 deletions
-5
View File
@@ -170,11 +170,6 @@ class programModel extends model
return $output;
}
public function getProgramLink($module, $method, $extra)
{
return helper::createLink('program', 'transfer', "programID=%s");
}
public static function isClickable($project, $action)
{
$action = strtolower($action);