Skip to content

Commit

Permalink
Undefined class \Joomla\CMS\Filesystem\AKFactory (#23506)
Browse files Browse the repository at this point in the history
Fix `Undefined class \Joomla\CMS\Filesystem\AKFactory` on core files reinstall from https://update.joomla.org/core/nightlies/next_major_list.xml
  • Loading branch information
Denitz authored and wilsonge committed Jan 11, 2019
1 parent c321bd2 commit 9aa1b79
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,7 +121,7 @@ public static function exists($fileName)
*/
public static function delete($fileName)
{
$postproc = AKFactory::getPostProc();
$postproc = \AKFactory::getPostProc();
$postproc->unlink($fileName);
}
}
Expand Down

0 comments on commit 9aa1b79

Please sign in to comment.