Completed
Pull Request — master (#4187)
by Craig
04:32
created
src/Zikula/CoreInstallerBundle/Stage/Install/CompleteStage.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,11 +94,11 @@
 block discarded – undo
94 94
     <title>${subject}</title>
95 95
 </head>
96 96
 <body>
97
-<h1>Hi ${uName}!</h1>
97
+<h1>Hi ${uname}!</h1>
98 98
 <p>Zikula has been successfully installed at <a href="${url}">${url}</a>. If you have further questions,
99 99
 visit <a href="https://ziku.la">ziku.la</a></p>
100 100
 </body>
101
-EOF;
101
+eof;
102 102
         $email = (new Email())
103 103
             ->from($adminUser->getEmail())
104 104
             ->to($adminUser->getEmail())
Please login to merge, or discard this patch.