]> git.mjollnir.org Git - s9y.git/commitdiff
Fix bad spelling
authorgarvinhicking <garvinhicking>
Mon, 15 Oct 2007 11:33:22 +0000 (11:33 +0000)
committergarvinhicking <garvinhicking>
Mon, 15 Oct 2007 11:33:22 +0000 (11:33 +0000)
include/functions_entries_admin.inc.php

index fb9cf84fc7cd692cd6003ca0e8dab10c8140f7b6..771477e607c7af94ff600531a9ea5a44f308d0ab 100644 (file)
@@ -162,7 +162,7 @@ function serendipity_printEntryForm($targetURL, $hiddens = array(), $entry = arr
         $template_vars['timestamp']                 = serendipity_serverOffsetHour(isset($entry['timestamp']) && $entry['timestamp'] > 0 ? $entry['timestamp'] : time());
         $template_vars['reset_timestamp']           = serendipity_serverOffsetHour(time());
         $template_vars['hidden']                    = $hidden;
-        $template_vars['errMsG']                    = $errMsg;
+        $template_vars['errMsg']                    = $errMsg;
         $template_vars['entry']                     =& $entry;
         $template_vars['targetURL']                 = $targetURL;
         $template_vars['cat_count']                 = count($cats)+1;