diff options
author | xgizzmo <xgizzmo@ampache> | 2008-05-10 21:53:18 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2008-05-10 21:53:18 +0000 |
commit | 003619c52c0370f03b9edb466addaaebac13ce41 (patch) | |
tree | b882ae1a16743b4b2a7d87034353983fc722526b /lib/class | |
parent | caf9fb06c61c51c5648736eafb378dd9f50bc822 (diff) | |
download | ampache-003619c52c0370f03b9edb466addaaebac13ce41.tar.gz ampache-003619c52c0370f03b9edb466addaaebac13ce41.tar.bz2 ampache-003619c52c0370f03b9edb466addaaebac13ce41.zip |
Fixed 2 typos
Diffstat (limited to 'lib/class')
-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 |