From e99f7c6112a463e51be0aafecdc5189578c7373f Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 14 Mar 2008 05:44:59 +0000 Subject: fixed the issue with a lack of gettext (define ngettext if it does not exist) --- play/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'play/index.php') diff --git a/play/index.php b/play/index.php index 2750cec5..77f34f67 100644 --- a/play/index.php +++ b/play/index.php @@ -103,6 +103,7 @@ if (Config::get('access_control')) { */ if ($demo_id) { $democratic = new Democratic($demo_id); + $democratic->set_parent(); /* This takes into account votes etc and removes the */ $song_id = $democratic->get_next_object(); } -- cgit