|
|
@@ -41,6 +41,7 @@ class GhsInitController extends Controller
|
|
|
}
|
|
|
$ghs->ownPtStyle = $ptStyle;
|
|
|
$ghs->save();
|
|
|
+ echo "ok \n";
|
|
|
}
|
|
|
}
|
|
|
$customList = CustomClass::getAllByCondition(['id>' => 0], null, '*', null, true);
|
|
|
@@ -59,6 +60,7 @@ class GhsInitController extends Controller
|
|
|
}
|
|
|
$custom->ownPtStyle = $ptStyle;
|
|
|
$custom->save();
|
|
|
+ echo "ok \n";
|
|
|
}
|
|
|
}
|
|
|
}
|