Changeset 6157 for branches/0.9/bb-includes/locale.php
- Timestamp:
- 12/12/2016 01:51:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/bb-includes/locale.php
r1386 r6157 165 165 } 166 166 167 function BB_Locale() {167 function __construct() { 168 168 $this->init(); 169 169 $this->register_globals(); 170 } 171 172 function BB_Locale() { 173 $this->__construct(); 170 174 } 171 175 }
Note: See TracChangeset
for help on using the changeset viewer.