]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/all.php
add stub email canonicalizer
[quix0rs-gnu-social.git] / actions / all.php
index f1a2229f0340a8e6000c4bd2b8d0724b452ed4c4..452232929089abbbcf7cf6175f565f77c7332818 100644 (file)
@@ -40,12 +40,12 @@ class AllAction extends ShowstreamAction {
                
                $notice->find();
                
-               common_start_element('div', 'notices');
+               common_element_start('div', 'notices');
 
                while ($notice->fetch()) {
                        $this->show_notice($notice);
                }
                
-               common_end_element('div');
+               common_element_end('div');
        }
 }