Merge remote branch 'origin/core/1.1.2/maint' into core/master
[platal.git] / classes / plpage.php
index 516378b..56b0c8a 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) {