Skip to content

Commit

Permalink
Fix default access method
Browse files Browse the repository at this point in the history
  • Loading branch information
ivank committed Mar 27, 2014
1 parent 792eb18 commit 970e893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Kohana/Controller/Tart/Layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ abstract class Kohana_Controller_Tart_Layout extends Controller_Template {

public $template = 'tart/layout/template';
public $access = 'private';
public $access_method = self::AUTH_METHOD_URL;
public $access_method = self::ACCESS_METHOD_URL;
public $access_permission;

public function before()
Expand Down

0 comments on commit 970e893

Please sign in to comment.