Merge remote-tracking branch 'upstream/4.5' into 4.5-master-2015-01-05-23-28-33
[civicrm-core.git] / CRM / Core / I18n / SchemaStructure_4_5_alpha1.php
index 11981c3a468445b5c2c49d0d4783fce7d768bbe5..390132ed39385942c39c26215f568ff9150331e1 100644 (file)
@@ -36,7 +36,7 @@ class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
   /**
    * @return array
    */
-  static function &columns() {
+  public static function &columns() {
     static $result = null;
     if (!$result) {
       $result = array(
@@ -189,7 +189,7 @@ class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
   /**
    * @return array
    */
-  static function &indices()
+  public static function &indices()
   {
     static $result = null;
     if (!$result) {
@@ -231,7 +231,7 @@ class CRM_Core_I18n_SchemaStructure_4_5_alpha1 {
   /**
    * @return array
    */
-  static function &tables()
+  public static function &tables()
   {
     static $result = null;
     if (!$result) {