aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-22 16:37:08 -0700
committerfriendica <info@friendica.com>2014-05-22 16:37:08 -0700
commit956f708788aca01177b87c3a85691a92297a6c5d (patch)
treebe0032850b2a66234cd4d5c8daf90387a77f0c50 /mod
parent6f570a7df37e017184700cd0803fdd5ce9444cb1 (diff)
parent20343365fd10c36e26182c26f1008474ac433f91 (diff)
downloadvolse-hubzilla-956f708788aca01177b87c3a85691a92297a6c5d.tar.gz
volse-hubzilla-956f708788aca01177b87c3a85691a92297a6c5d.tar.bz2
volse-hubzilla-956f708788aca01177b87c3a85691a92297a6c5d.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'mod')
-rw-r--r--mod/appman.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/appman.php b/mod/appman.php
index 15f27676c..49adcd7fa 100644
--- a/mod/appman.php
+++ b/mod/appman.php
@@ -87,7 +87,7 @@ logger('content');
'$name' => array('name', t('Name of app'),(($app) ? $app['app_name'] : ''), t('Required')),
'$url' => array('url', t('Location (URL) of app'),(($app) ? $app['app_url'] : ''), t('Required')),
'$desc' => array('desc', t('Description'),(($app) ? $app['app_desc'] : ''), ''),
- '$photo' => array('photo', t('Photo icon URL'),(($app) ? $app['app_url'] : ''), t('80 x 80 pixels - optional')),
+ '$photo' => array('photo', t('Photo icon URL'),(($app) ? $app['app_photo'] : ''), t('80 x 80 pixels - optional')),
'$version' => array('version', t('Version ID'),(($app) ? $app['app_version'] : ''), ''),
'$price' => array('price', t('Price of app'),(($app) ? $app['app_price'] : ''), ''),
'$page' => array('page', t('Location (URL) to purchase app'),(($app) ? $app['app_page'] : ''), ''),
@@ -95,4 +95,4 @@ logger('content');
'$submit' => t('Submit')
));
-} \ No newline at end of file
+}