* Fix program link.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user