Skip to content

[REM] TikiManager: Removed verify option

Lupundu Yan requested to merge yan.lupundu/tiki:yan.tiki.TikiManager into master

After verification, I found that the verify option is exactly the same as the check option. In the lib/core/Services/Manager/Controller.php file, the action_verify function contains exactly the same code as the action_check function. So I had to remove the verify option.

Merge request reports