Index: trunk/extensions/Configure/Configure.obj.php |
— | — | @@ -98,7 +98,7 @@ |
99 | 99 | */ |
100 | 100 | public function extract(){ |
101 | 101 | // Special case for manage.php maintenance script so that it can work |
102 | | - // even the current configuration is broken |
| 102 | + // even if the current configuration is broken |
103 | 103 | if( defined( 'EXT_CONFIGURE_NO_EXTRACT' ) ) |
104 | 104 | return; |
105 | 105 | |