fix filer bug; some interface tweaks

This commit is contained in:
Zach Prezkuta 2012-07-29 14:49:12 -06:00
parent 4f13618b18
commit 067865db9e
6 changed files with 23 additions and 2 deletions

View file

@ -132,6 +132,7 @@ function editpost_content(&$a) {
'$profile_uid' => $_SESSION['uid'],
'$preview' => t('Preview'),
'$jotplugins' => $jotplugins,
'$mobileapp' => t('Friendica mobile web'),
));
return $o;