Browse Source

Merge pull request #78 from Kanti/master

miss typo #77
pull/89/head
Danang Probo Sayekti 11 years ago
parent
commit
140338c509
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/admin/admin.php

+ 1
- 1
system/admin/admin.php View File

@ -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;


Loading…
Cancel
Save