summaryrefslogtreecommitdiffstats
path: root/lib/class
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class')
-rw-r--r--lib/class/browse.class.php2
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