Verified Commit c356802a authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fix(Plugins) - Changes name of old tools to new ones.

Changes the name of our olds tools to the new developped ones.
Showing with 1 addition and 1 deletion
+1 -1
...@@ -127,7 +127,7 @@ class fdRPCService ...@@ -127,7 +127,7 @@ class fdRPCService
require_once("$BASE_DIR/$path"); require_once("$BASE_DIR/$path");
} else { } else {
throw new FusionDirectoryException(sprintf(_("Cannot locate file '%s' - please run '%s' to fix this"), throw new FusionDirectoryException(sprintf(_("Cannot locate file '%s' - please run '%s' to fix this"),
"$BASE_DIR/$path", "<b>fusiondirectory-setup</b>")); "$BASE_DIR/$path", "<b>fusiondirectory-configuration-manager --update-cache</b>"));
} }
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment