diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/class/browse.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php index dc5ac33e..c0135679 100644 --- a/lib/class/browse.class.php +++ b/lib/class/browse.class.php @@ -868,7 +868,7 @@ class Browse { self::$simple_browse = make_bool($_SESSION['browse']['simple']); self::$static_content = make_bool($_SESSION['browse']['static']); self::$type = $_SESSION['browse']['type']; - self::$start = intval($_SESISON['browse'][self::$type]['start']); + self::$start = intval($_SESSION['browse'][self::$type]['start']); } // _auto_init |