aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-11-08 13:34:00 +0100
committerFrank Karlitschek <frank@owncloud.org>2012-11-08 13:34:00 +0100
commitf799e48f7ea7cdea8ba8149c05df2a6a46561fb5 (patch)
tree692b8b69669b8ac0b7d09c4ce51b16048b8c049c /settings
parent8396c0478e930d58a45749dbbd96a517279b3b4d (diff)
downloadnextcloud-server-f799e48f7ea7cdea8ba8149c05df2a6a46561fb5.tar.gz
nextcloud-server-f799e48f7ea7cdea8ba8149c05df2a6a46561fb5.zip
fix the broken image path on the apps page
Diffstat (limited to 'settings')
-rw-r--r--settings/ajax/apps/ocs.php2
-rw-r--r--settings/apps.php2
-rw-r--r--settings/img/trans.png (renamed from settings/trans.png)bin185 -> 185 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/settings/ajax/apps/ocs.php b/settings/ajax/apps/ocs.php
index 4d6f1116e7d..ec2a3955281 100644
--- a/settings/ajax/apps/ocs.php
+++ b/settings/ajax/apps/ocs.php
@@ -40,7 +40,7 @@ if(is_array($catagoryNames)) {
if(!$local) {
if($app['preview']=='') {
- $pre='trans.png';
+ $pre=OC_Helper::imagePath('settings','trans.png');
} else {
$pre=$app['preview'];
}
diff --git a/settings/apps.php b/settings/apps.php
index 155291333f3..cdd62c56bc6 100644
--- a/settings/apps.php
+++ b/settings/apps.php
@@ -77,7 +77,7 @@ foreach ( $installedApps as $app ) {
}
- $info['preview'] = 'trans.png';
+ $info['preview'] = OC_Helper::imagePath('settings','trans.png');
$info['version'] = OC_App::getAppVersion($app);
diff --git a/settings/trans.png b/settings/img/trans.png
index ef57510d530..ef57510d530 100644
--- a/settings/trans.png
+++ b/settings/img/trans.png
Binary files differ