diff --git a/system/view.php b/system/view.php index 8f6d5197..798e7f6b 100644 --- a/system/view.php +++ b/system/view.php @@ -127,7 +127,7 @@ class View { */ public function partial($key, $view, $data = array()) { - return $this->bind($key, View::make($view, $data)); + return $this->bind($key, static::make($view, $data)); } /**