Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Joomla CMS [#26840] Generate manifest_cache on file install #379

Merged
merged 7 commits into from Nov 5, 2011
2 changes: 1 addition & 1 deletion libraries/joomla/installer/adapters/file.php
Expand Up @@ -245,7 +245,7 @@ public function install()
$row->set('client_id', 0);
$row->set('params', '');
$row->set('system_data', '');
$row->set('manifest_cache', '');
$row->set('manifest_cache', $this->parent->generateManifestCache());

if (!$row->store())
{
Expand Down