]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
use profile attr in GalleryAction
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 16:12:03 +0000 (17:12 +0100)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 22 Jan 2009 16:12:03 +0000 (17:12 +0100)
lib/galleryaction.php

index b36f1ea34b15b9b55c6cde779521d2c71434d6c1..a277762a6594b12af6b09235b8dbea2b8f6efa23 100644 (file)
@@ -149,8 +149,8 @@ class GalleryAction extends Action
         $profile_tag = new Notice_tag();
         $profile_tag->query('SELECT DISTINCT(tag) ' .
                             'FROM profile_tag, subscription ' .
-                            'WHERE tagger = ' . $profile->id . ' ' .
-                            'AND ' . $usr . ' = ' . $profile->id . ' ' .
+                            'WHERE tagger = ' . $this->profile->id . ' ' .
+                            'AND ' . $usr . ' = ' . $this->profile->id . ' ' .
                             'AND ' . $lst . ' = tagged ' .
                             'AND tagger != tagged');
         $tags = array();