]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/templates/de/code/block_persona_data.ctp
Fixed a lot more 'web' to 'html' + updated 'core'.
[shipsimu.git] / application / shipsimu / templates / de / code / block_persona_data.ctp
index bff6bfafb29668019b68b906515ba610e53f967e..ae725dc5bd6f386485e89e836a353832ff9ab76c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get a helper instance for the profile link (and maybe later more!)
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'profile'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('html_link_helper', array($this, 'profile'));
 
 // Prefetch user instance
 $helperInstance->prefetchValueInstance('user');