diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-11-08 13:34:00 +0100 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-11-08 13:34:00 +0100 |
commit | f799e48f7ea7cdea8ba8149c05df2a6a46561fb5 (patch) | |
tree | 692b8b69669b8ac0b7d09c4ce51b16048b8c049c /settings/apps.php | |
parent | 8396c0478e930d58a45749dbbd96a517279b3b4d (diff) | |
download | nextcloud-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.php | 2 |
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); |