Changeset 6153 for branches/1.1/bb-includes/class.bb-locale.php
- Timestamp:
- 12/09/2016 01:58:10 PM (9 years ago)
- File:
-
- 1 edited
-
branches/1.1/bb-includes/class.bb-locale.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bb-includes/class.bb-locale.php
r2167 r6153 352 352 * @return BB_Locale 353 353 */ 354 function BB_Locale() {354 function __construct() { 355 355 $this->init(); 356 356 $this->register_globals(); 357 } 358 359 function BB_Locale() { 360 $this->__construct(); 357 361 } 358 362 }
Note: See TracChangeset
for help on using the changeset viewer.