Skip to content

Commit

Permalink
Merge pull request cakephp#206 from RobsonKarls/patch-2
Browse files Browse the repository at this point in the history
it was "AppHelper" on App:uses first param
  • Loading branch information
lorenzo committed Mar 6, 2012
2 parents 30a872e + 2a8a12a commit bc6f318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/views/helpers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ functionality that would be available to all helpers, create
``/app/View/Helper/AppHelper.php``::

<?php
App::uses('AppHelper', 'View/Helper');
App::uses('Helper', 'View/Helper');
class AppHelper extends Helper {
public function customMethod () {
Expand Down

0 comments on commit bc6f318

Please sign in to comment.