Fixes for status_network db object .ini and tag setter script

This commit is contained in:
Brion Vibber 2010-01-28 20:09:17 -08:00
parent 4a0413c027
commit 864ce8e276
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ theme = 2
logo = 2
created = 142
modified = 384
tags = 34
[status_network__keys]
nickname = K

View File

@ -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