remove folder storage

This commit is contained in:
Ronald Quenta
2017-08-14 17:00:41 -04:00
committed by David Callizaya
parent 71d0a39659
commit c070a9b0bb
2 changed files with 1 additions and 5 deletions

View File

@@ -2229,6 +2229,7 @@ function run_update_plugin_attributes($task, $args)
} }
//Set variables //Set variables
$pluginName = $args[0]; $pluginName = $args[0];
// virtual SYS_SYS for cache
define('SYS_SYS', uniqid()); define('SYS_SYS', uniqid());
foreach (PmSystem::listWorkspaces() as $value) { foreach (PmSystem::listWorkspaces() as $value) {
\ProcessMaker\Util\Cnn::connect($value->name); \ProcessMaker\Util\Cnn::connect($value->name);

View File

@@ -1,5 +0,0 @@
[2017-08-14 19:51:02] production.ERROR: exception 'pakeException' with message 'Task "create-plugin" is not defined.' in /home/ronald/Projets/html/3.2.2/thirdparty/pake/pakeApp.class.php:167
Stack trace:
#0 /home/ronald/Projets/html/3.2.2/gulliver/bin/gulliver.php(39): pakeApp->run(NULL, NULL, false)
#1 /home/ronald/Projets/html/3.2-current/gulliver/bin/gulliver(64): include('/home/ronald/Pr...')
#2 {main}