Skip to content

Instantly share code, notes, and snippets.

@kazeno
Created September 13, 2016 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kazeno/c7470145fe406a4e3884353c223231c5 to your computer and use it in GitHub Desktop.
Save kazeno/c7470145fe406a4e3884353c223231c5 to your computer and use it in GitHub Desktop.
Prestashop Preferences > Themes blank screen fix override
<?php
class AdminThemesController extends AdminThemesControllerCore
{
public function init()
{
$this->logged_on_addons = false;
parent::init();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment