From 7690782f722e1aa1948bb9c27df02b5859fd24da Mon Sep 17 00:00:00 2001 From: Ronald Quenta Date: Fri, 4 Aug 2017 12:07:20 -0400 Subject: [PATCH] CR-namespace --- gulliver/bin/tasks/pakeGulliver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulliver/bin/tasks/pakeGulliver.php b/gulliver/bin/tasks/pakeGulliver.php index 928e33038..20930ad7c 100644 --- a/gulliver/bin/tasks/pakeGulliver.php +++ b/gulliver/bin/tasks/pakeGulliver.php @@ -2228,7 +2228,7 @@ function run_update_plugin_attributes($task, $args) $pluginName = $args[0]; //Update plugin attributes - $pmPluginRegistry = \ProcessMaker\Plugins\PluginRegistry::loadSingleton(); + $pmPluginRegistry = PluginRegistry::loadSingleton(); $pmPluginRegistry->updatePluginAttributesInAllWorkspaces($pluginName);