diff options
Diffstat (limited to 'bin/ak-comments')
-rwxr-xr-x | bin/ak-comments | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-comments b/bin/ak-comments index 34b83c0..e20ab85 100755 --- a/bin/ak-comments +++ b/bin/ak-comments @@ -65,7 +65,7 @@ _ak_modules_comments_add(){ echo "File $FILE doesn't exist"; exit 2 fi - REFERENCE="$(ak-pack_z_block "comments/add" $(pwd)/data)" + REFERENCE="$(ak-zblock-pack "comments/add" $(pwd)/data)" if [ $? == 0 ] then echo "Comment added successfully" |