fix comments

This commit is contained in:
Marco A. Nina Mena
2017-08-05 15:02:25 -04:00
parent 92043c4fad
commit a75ee3cb11
4 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@@ -38,3 +38,4 @@ workflow/public_html/translations/
build-prod.zip
node_modules
/workflow/engine/config/system-tables.ini
composer.lock

7
composer.lock generated
View File

@@ -5,6 +5,7 @@
"This file is @generated automatically"
],
"content-hash": "b1965af4146852b5ea1aba13a19df7b6",
"hash": "36f7e39f89d6876f941a3d71c76261c1",
"packages": [
{
"name": "bshaffer/oauth2-server-php",
@@ -322,7 +323,7 @@
],
"authors": [
{
"name": "Jean-Marc Trémeaux",
"name": "Jean-Marc Tr?meaux",
"homepage": "http://naku.dohcrew.com/",
"role": "Developer"
},
@@ -479,7 +480,7 @@
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "http://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -808,7 +809,7 @@
"Psr\\Log\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"notification-url": "http://packagist.org/downloads/",
"license": [
"MIT"
],

View File

@@ -7,9 +7,9 @@
* @access public
*/
use \ProcessMaker\BusinessModel\Light\Tracker;
use Maveriks\Util\ClassLoader;
use \OAuth2\Request;
use \ProcessMaker\BusinessModel\Light\Tracker;
use \ProcessMaker\Services\OAuth2\Server;
class Designer extends Controller
@@ -223,7 +223,6 @@ class Designer extends Controller
$client["tracker_designer"] = 1;
}
$authCode = $this->getAuthorizationCode($client);
$loader = ClassLoader::getInstance();

View File

@@ -93,7 +93,7 @@ $oHeadPublisher->assign('SYS_SYS', SYS_SYS);
$oHeadPublisher->assign('SYS_LANG', SYS_LANG);
$oHeadPublisher->assign('SYS_SKIN', SYS_SKIN);
$oHeadPublisher->assign('HTTP_SERVER_HOSTNAME', PmSystem::getHttpServerHostnameRequestsFrontEnd());
$oHeadPublisher->assign('credentials', base64_encode(json_encode($designer->getCredentials())));
$oHeadPublisher->assign('credentials', base64_encode(G::json_encode($designer->getCredentials())));
$deleteCasesFlag = false;
global $RBAC;