summaryrefslogtreecommitdiffstats
path: root/settings/apps.php
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/apps.php
parent8396c0478e930d58a45749dbbd96a517279b3b4d (diff)
downloadnextcloud-server-f799e48f7ea7cdea8ba8149c05df2a6a46561fb5.tar.gz
nextcloud-server-f799e48f7ea7cdea8ba8149c05df2a6a46561fb5.zip
fix the broken image path on the apps page
Diffstat (limited to 'settings/apps.php')
-rw-r--r--settings/apps.php2
1 files changed, 1 insertions, 1 deletions
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);