From e23cf30d6b01d7231010705d32258970c49a351d Mon Sep 17 00:00:00 2001 From: Kanti Date: Tue, 12 Aug 2014 17:54:24 +0200 Subject: [PATCH] Update admin.php --- system/admin/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/admin/admin.php b/system/admin/admin.php index f002a00..0bdfb1f 100644 --- a/system/admin/admin.php +++ b/system/admin/admin.php @@ -127,7 +127,7 @@ function edit_page($title, $url, $content, $oldfile, $destination = null, $descr } // Add blog post -function add_post($title, $tag, $url, $content, $user, $desciption = null) { +function add_post($title, $tag, $url, $content, $user, $description = null) { $post_date = date('Y-m-d-H-i-s'); $post_title = $title;