After releasing 1.1.9.3815 there was a bug related to bake.php and also in
scaffold when using aliased association names. These fixes are needed if you
use the bake script to create your controllers and views, or if you use
scaffold to prototype your applications.
Upgrading is like all prior releases, just replace the cake directory.
Download: http://cakeforge.org/frs/?group_id=23&release_id=156
Change Log: https://trac.cakephp.org/wiki/changelog/1.1.x.x
--
/**
* @author Larry E. Masters
* @var string $userName
* @param string $realName
* @returns string aka PhpNut
* @access public
*/