only use Smarty if the view/smarty3/ directory is writable; location bug fix
This commit is contained in:
parent
96ed0a7791
commit
53a4cf5339
20 changed files with 34 additions and 19 deletions
|
|
@ -920,7 +920,7 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) {
|
|||
|
||||
$o = '';
|
||||
|
||||
$geotag = (($x['allow_location']) ? get_markup_template('jot_geotag.tpl') : '');
|
||||
$geotag = (($x['allow_location']) ? replace_macros(get_markup_template('jot_geotag.tpl'), array()) : '');
|
||||
|
||||
/* $plaintext = false;
|
||||
if( local_user() && (intval(get_pconfig(local_user(),'system','plaintext')) || !feature_enabled(local_user(),'richtext')) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue