Typo Fix
authorRiton <riton@melix.net>
Mon, 7 Feb 2011 18:25:41 +0000 (19:25 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 7 Feb 2011 19:19:40 +0000 (20:19 +0100)
Signed-off-by: Riton <riton@melix.net>
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
classes/plpage.php

index c7a3006..322df7b 100644 (file)
@@ -132,7 +132,7 @@ abstract class PlPage extends Smarty
         } elseif ($display == 'raw') {
             $this->_page_type = NO_SKIN;
         } elseif ($display == 'full') {
-            $this->_page_typ = SKINNED;
+            $this->_page_type = SKINNED;
         }
 
         if ($this->_page_type == SIMPLE) {