* Add pager on feature bar.

* Format codes.
This commit is contained in:
daitingting
2023-11-21 05:20:32 +00:00
parent 8464662c36
commit d96afd13dc
3 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -1309,7 +1309,7 @@ class project extends control
*/
public function activate(int $projectID)
{
$project = $this->project->getByID($projectID);
$project = $this->project->getByID($projectID);
if(!empty($_POST))
{