summaryrefslogtreecommitdiff
path: root/modules/local_import/helpers/local_import_installer.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/local_import/helpers/local_import_installer.php')
-rw-r--r--modules/local_import/helpers/local_import_installer.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/local_import/helpers/local_import_installer.php b/modules/local_import/helpers/local_import_installer.php
index ea9b5d93..df183a11 100644
--- a/modules/local_import/helpers/local_import_installer.php
+++ b/modules/local_import/helpers/local_import_installer.php
@@ -28,6 +28,9 @@ class local_import_installer {
module::set_version("local_import", 1);
module::set_var("local_import", "authorized_paths", serialize(array()));
+ message::warning(
+ t("You have no upload directories, click <a href='%url'>here</a> to configure one",
+ array("url" => url::site("/admin/local_import"))));
}
}