Fixed issue with improper array initialization

This commit is contained in:
Duncan Sommerville 2014-11-05 10:15:16 -05:00
parent eef7116142
commit 02be09b5ff
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
class Application_Model_Locale
{
private static $domains = [
private static $domains = array(
'airtime',
'pro',
];
);
public static $locales = array(
"en_CA" => "English (Canada)",