Change message when upgrade rbac database

This commit is contained in:
Julio Cesar Laura
2014-09-04 11:54:47 -04:00
parent dd462e570c
commit d35caf5012

View File

@@ -714,7 +714,7 @@ class workspaceTools
if ($changed) {
return $changes;
} else {
CLI::logging("-> Nothing to change in the data base structure\n");
CLI::logging("-> Nothing to change in the data base structure (" . ($rbac ? 'RBAC' : 'WORKFLOW') . ")\n");
return $changed;
}
}