From 92d6d20bf4e7cd217354ba5638b8bc2dcc3281aa Mon Sep 17 00:00:00 2001 From: rylon Date: Mon, 20 Jan 2014 03:30:22 +0100 Subject: [PATCH] sys table name convention fix, updated system reference --- uVote/dbd/tbl/locale_string.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uVote/dbd/tbl/locale_string.php b/uVote/dbd/tbl/locale_string.php index db982f5..c5cfeb2 100644 --- a/uVote/dbd/tbl/locale_string.php +++ b/uVote/dbd/tbl/locale_string.php @@ -2,7 +2,7 @@ namespace DBD; -class locale_string extends \SYSTEM\DBD\locale_string { +class locale_string extends \SYSTEM\DBD\system_locale_string { const VALUE_CATEGORY_MAINPAGE = 100;