Changeset 6157 for branches/0.9/bb-admin/class-install.php
- Timestamp:
- 12/12/2016 01:51:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/bb-admin/class-install.php
r1909 r6157 95 95 * @return boolean 96 96 **/ 97 function BB_Install($caller)97 function __construct($caller) 98 98 { 99 99 $this->caller = $caller; … … 103 103 104 104 return true; 105 } 106 107 function BB_Install($caller) 108 { 109 $this->__construct($caller); 105 110 } 106 111
Note: See TracChangeset
for help on using the changeset viewer.