Skip to content

Commit

Permalink
Merge pull request cakephp#24 from alexrussell/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in App::import section
  • Loading branch information
markstory committed Sep 10, 2011
2 parents 467ec60 + 0cf7111 commit dafd940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/core-utility-libraries/app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ Including files with App::import()
* Importing a non-existent file, supplying a wrong type or package name, or
null values for ``$name`` and ``$file`` parameters will result in a false return
value
* ``App::import('Core', 'CoreClass')`` is not loger supported, use
* ``App::import('Core', 'CoreClass')`` is no longer supported, use
:php:meth:`App::uses()` instead and let the class autoloading do the rest
* Loading Vendor files does not look recursively in the vendors folder, it
will also not convert anymore the file to underscored as it did on the
Expand Down

0 comments on commit dafd940

Please sign in to comment.