From 003619c52c0370f03b9edb466addaaebac13ce41 Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Sat, 10 May 2008 21:53:18 +0000 Subject: Fixed 2 typos --- lib/class/browse.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class') 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 -- cgit