summaryrefslogtreecommitdiffstats
path: root/modules/sysconfig/addmodule_branding.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2015-05-21 17:18:01 +0200
committerSimon Rettberg2015-05-21 17:18:01 +0200
commit6a4cadd025ca88184f3b9e88be3005211be59e71 (patch)
tree333b2df9196a6d64fc85e3000dea7a464aec9dcf /modules/sysconfig/addmodule_branding.inc.php
parentAdd free disk space display and dmsd log to Status page (diff)
downloadslx-admin-6a4cadd025ca88184f3b9e88be3005211be59e71.tar.gz
slx-admin-6a4cadd025ca88184f3b9e88be3005211be59e71.tar.xz
slx-admin-6a4cadd025ca88184f3b9e88be3005211be59e71.zip
[branding] Show error message if given URL does not contain an SVG image
Diffstat (limited to 'modules/sysconfig/addmodule_branding.inc.php')
-rw-r--r--modules/sysconfig/addmodule_branding.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/sysconfig/addmodule_branding.inc.php b/modules/sysconfig/addmodule_branding.inc.php
index c1c5f6b7..c659a007 100644
--- a/modules/sysconfig/addmodule_branding.inc.php
+++ b/modules/sysconfig/addmodule_branding.inc.php
@@ -132,6 +132,7 @@ class Branding_ProcessFile extends AddModule_Base
}
break;
}
+ Message::addError('no-image');
return false;
}