Fixes for status_network db object .ini and tag setter script
This commit is contained in:
parent
4a0413c027
commit
864ce8e276
@ -11,6 +11,7 @@ theme = 2
|
||||
logo = 2
|
||||
created = 142
|
||||
modified = 384
|
||||
tags = 34
|
||||
|
||||
[status_network__keys]
|
||||
nickname = K
|
||||
|
@ -50,7 +50,7 @@ if (empty($sn)) {
|
||||
|
||||
$tags = $sn->getTags();
|
||||
|
||||
$i = array_search($tags, $tag);
|
||||
$i = array_search($tag, $tags);
|
||||
|
||||
if ($i !== false) {
|
||||
if (have_option('d', 'delete')) { // Delete
|
||||
|
Loading…
Reference in New Issue
Block a user