]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixes for status_network db object .ini and tag setter script
authorBrion Vibber <brion@pobox.com>
Fri, 29 Jan 2010 04:09:17 +0000 (20:09 -0800)
committerBrion Vibber <brion@pobox.com>
Fri, 29 Jan 2010 04:09:17 +0000 (20:09 -0800)
classes/status_network.ini
scripts/settag.php

index 8123265e46c879fd6ff043a3c498d40aca82aef9..adb71cba77ad1c06d850614583ddff2dcd726f47 100644 (file)
@@ -11,6 +11,7 @@ theme = 2
 logo = 2
 created = 142
 modified = 384
+tags = 34
 
 [status_network__keys]
 nickname = K
index 1d7b60b9023cd5ce64657f54b8a788235a292d4d..e91d5eb505045e4ab3d8157b7957565ccf5e48e9 100644 (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