Skip to content

Commit

Permalink
Use separate class for partials
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Evans committed Jul 1, 2011
1 parent 5863c75 commit 4730a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/view.php → classes/partial.php
@@ -1,3 +1,3 @@
<?php defined('SYSPATH') or die('No direct script access.');

class View extends Kohana_Partial {}
class Partial extends Kohana_Partial {}

0 comments on commit 4730a4e

Please sign in to comment.