summaryrefslogtreecommitdiffstats
path: root/lib/installer.php
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-08-18 13:49:34 +0200
committerkondou <kondou@ts.unde.re>2013-08-18 13:49:34 +0200
commit9f4bd7cb47af70bfd152a7b3bfb61ecd632fa28d (patch)
tree85779220946e6b493233ee06401b11c1c6f2018b /lib/installer.php
parentc741a25eaa64cbee65112ec83f0a4b196885daa3 (diff)
downloadnextcloud-server-9f4bd7cb47af70bfd152a7b3bfb61ecd632fa28d.tar.gz
nextcloud-server-9f4bd7cb47af70bfd152a7b3bfb61ecd632fa28d.zip
Don't use an alert for displaying app-mgmt-errors
Rather display a dominant div and mark the problematic app in the applist. Fix #305
Diffstat (limited to 'lib/installer.php')
-rw-r--r--lib/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/installer.php b/lib/installer.php
index 101c99e9c1f..c9d331551c0 100644
--- a/lib/installer.php
+++ b/lib/installer.php
@@ -141,7 +141,7 @@ class OC_Installer{
// check if shipped tag is set which is only allowed for apps that are shipped with ownCloud
if(isset($info['shipped']) and ($info['shipped']=='true')) {
OC_Helper::rmdirr($extractDir);
- throw new \Exception($l->t("App can't be installed because it contains the &lt;shipped&gt;true&lt;/shipped&gt; tag which is not allowed for non shipped apps"));
+ throw new \Exception($l->t("App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps"));
}
// check if the ocs version is the same as the version in info.xml/version