]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
correct path to DB_DataObject
[quix0rs-gnu-social.git] / actions / showstream.php
index 8272e1038477c347664433533da1d742b316481f..c477ae29b7a29a64437d7ecc11ac53c48576aede 100644 (file)
@@ -17,7 +17,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-if (!defined('LACONICA')) { exit(1) }
+if (!defined('LACONICA')) { exit(1); }
 
 define('SUBSCRIPTIONS_PER_ROW', 5);
 define('SUBSCRIPTIONS', 80);
@@ -169,7 +169,7 @@ class ShowstreamAction extends StreamAction {
                }
 
                common_element('a', array('href' => common_local_url('subscriptions', 
-                                                                                                                        array('profile' => $profile->nickname))
+                                                                                                                        array('profile' => $profile->nickname)),
                                                                  'class' => 'moresubscriptions'),
                                           _t('All subscriptions'));