diff --git a/bl-kernel/functions.php b/bl-kernel/functions.php index e91db9b0..b19c48e0 100644 --- a/bl-kernel/functions.php +++ b/bl-kernel/functions.php @@ -741,7 +741,6 @@ function buildErrorPage() { $pageNotFound = New Page(false); $pageNotFound->setField('title', $L->get('page-not-found')); $pageNotFound->setField('content', $L->get('page-not-found-content')); - $pageNotFound->setField('username', 'admin'); } return $pageNotFound; diff --git a/bl-themes/blogx/php/home.php b/bl-themes/blogx/php/home.php index 6f7b5adb..447d997a 100644 --- a/bl-themes/blogx/php/home.php +++ b/bl-themes/blogx/php/home.php @@ -18,7 +18,7 @@ -