Remove pending G::LoadClass and G::LoadClassRBAC
This commit is contained in:
davidcallizaya
2017-08-04 08:54:13 -04:00
parent 3be5e942d3
commit 9d42e978a3
25 changed files with 1 additions and 51 deletions

View File

@@ -5,7 +5,6 @@ global $RBAC;
if ($RBAC->userCanAccess('PM_FACTORY') == 1) {
if (isset($_SESSION['processes_upload'])) {
$form = $_SESSION['processes_upload'];
G::LoadClass('processes');
$app = new Processes();
if (!$app->processExists($form['PRO_UID'])) {
$result = 0;