Browse Source

Refactoring view class.

Taylor Otwell 13 years ago
parent
commit
55e8f0e330
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/view.php

+ 1 - 1
system/view.php

@@ -163,7 +163,7 @@ class View {
 
 			if ( ! is_null($composer = $this->find_composer_handler($composer)))
 			{
-				return call_user_func($composer, $this);
+				call_user_func($composer, $this);
 			}
 		}
 	}