Skip to content

Commit

Permalink
Merge pull request #57 from sascha-schieferdecker/patch-1
Browse files Browse the repository at this point in the history
Fix camelcasing of userfunc calls
  • Loading branch information
bednee authored Oct 7, 2016
2 parents 907b298 + 899bbff commit 66a7994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/CoolUriConf.xml_default
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
redirect - will redirect to a certaing URL
message - will output a message
userfunc - user function is called, there's a default implementation of standard TYPO3 404 handling
<behavior type="userfunc">Bednarik\Cooluri\Integration\Cooluri->pageNotFound</behavior>
<behavior type="userfunc">Bednarik\Cooluri\Integration\CoolUri->pageNotFound</behavior>
-->
</pagenotfound>
</cache>
Expand Down Expand Up @@ -58,7 +58,7 @@
<saveto>id</saveto><!-- READONLY -->
<default>0</default><!-- READONLY -->

<userfunc>Bednarik\Cooluri\Integration\Cooluri->getPageTitle</userfunc>
<userfunc>Bednarik\Cooluri\Integration\CoolUri->getPageTitle</userfunc>
<t3conv>1</t3conv>
</pagepath>

Expand Down

0 comments on commit 66a7994

Please sign in to comment.