Skip to content

Commit 741622f

Browse files
committed
fix $success_response in FolderController
1 parent 048c7ce commit 741622f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/FolderController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function getAddfolder()
6161
return parent::error('folder-alnum');
6262
} else {
6363
parent::createFolderByPath($path);
64-
return $this->success_response;
64+
return parent::$success_response;
6565
}
6666
}
6767
}

0 commit comments

Comments
 (0)