diff --git a/system/admin/views/add-content.html.php b/system/admin/views/add-content.html.php
index 5a2bbfd..1f430f0 100644
--- a/system/admin/views/add-content.html.php
+++ b/system/admin/views/add-content.html.php
@@ -9,6 +9,7 @@ if ($type != 'is_post' && $type != 'is_image' && $type != 'is_video' && $type !=
}
$desc = get_category_info(null);
+asort($desc);
$tags = tag_cloud(true);
$tagslang = "content/data/tags.lang";
@@ -217,4 +218,4 @@ $( function() {
-
\ No newline at end of file
+