1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

More Upgrade tweaks - Issue #4

This commit is contained in:
Cameron
2012-12-07 03:43:23 -08:00
parent 8ce184e061
commit c7bdcf58a8

View File

@@ -136,7 +136,7 @@ else
$core->update('admintheme','bootstrap');
$core->update('adminstyle','infopanel');
$core->update('admincss','admin_style.css');
$core->update('e_jslib_core',array('prototype' => 'none', 'jquery'=> 'auto'));
$core->set('e_jslib_core',array('prototype' => 'none', 'jquery'=> 'auto'));
$core->save();
}
// ---