Skip to content
Snippets Groups Projects
Commit 3f5b5066 authored by Anton Bagliy's avatar Anton Bagliy
Browse files

Merge branch '497_mark_global' into develop

parents 8e7ea892 45ba2e6f
Branches
No related merge requests found
......@@ -79,6 +79,7 @@ class Controller_Api_V0_StudyPlan extends Controller_Handler_Api
}
if (isset($discipline)) {
// global = 0 или 1
if ($disciplineData->global) {
$discipline->setInactive();
$discipline->setGlobal();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment