googlereadertheme: check for UID being present

This commit is contained in:
Andrew Dolgov 2013-03-18 16:15:32 +04:00
parent 08dfc22391
commit 11191fdba1

View file

@ -14,8 +14,10 @@ class GoogleReaderTheme extends Plugin {
$this->link = $host->get_link();
$this->host = $host;
// force-enable combined mode
set_pref($this->link, "COMBINED_DISPLAY_MODE", true);
if ($_SESSION["uid"]) {
// force-enable combined mode
set_pref($this->link, "COMBINED_DISPLAY_MODE", true, $_SESSION["uid"]);
}
}
function get_css() {