1
0
Fork 0

Switching from "new share" to "old share"

This commit is contained in:
Michael Vogel 2013-10-15 00:49:49 +02:00
commit e70b110984
10 changed files with 13 additions and 13 deletions

View file

@ -811,7 +811,7 @@ function get_atom_elements($feed,$item) {
if (($name != "") and ($uri != "") and ($avatar != "") and ($message != "")) {
logger('get_atom_elements: fixing sender of repeated message.');
if (intval(get_config('system','new_share'))) {
if (!intval(get_config('system','wall-to-wall_share'))) {
$prefix = "[share author='".str_replace("'", "'",$name).
"' profile='".$uri.
"' avatar='".$avatar.