pass execflag - Working for preview but not yet executing on page render

This commit is contained in:
friendica
2013-09-02 16:29:52 -07:00
parent 7c775db9d6
commit 56e408f467
2 changed files with 20 additions and 1 deletions

View File

@@ -1199,6 +1199,7 @@ function prepare_text($text,$content_type = 'text/bbcode') {
$s = zidify_links($s);
break;
}
//logger('prepare: ' . $s);
return $s;
}