[pLog-svn] r5217 - plog/branches/lifetype-1.2/templates/admin
mark at devel.lifetype.net
mark at devel.lifetype.net
Thu Mar 29 04:58:14 EDT 2007
Author: mark
Date: 2007-03-29 04:58:14 -0400 (Thu, 29 Mar 2007)
New Revision: 5217
Modified:
plog/branches/lifetype-1.2/templates/admin/menus.xml
Log:
Fixed a typo, it will casue blog user can not see posts list.
Modified: plog/branches/lifetype-1.2/templates/admin/menus.xml
===================================================================
--- plog/branches/lifetype-1.2/templates/admin/menus.xml 2007-03-29 06:04:12 UTC (rev 5216)
+++ plog/branches/lifetype-1.2/templates/admin/menus.xml 2007-03-29 08:58:14 UTC (rev 5217)
@@ -2,7 +2,7 @@
<Manage url="?op=Manage">
<managePosts ignoreBreadCrumbs="1" orPerms="add_post,view_posts,add_category,view_categories,view_comments,view_trackbacks">
<newPost url="?op=newPost" andPerms="add_post" />
- <editPosts url="?op=editPosts" andPerms="videw_posts" />
+ <editPosts url="?op=editPosts" andPerms="view_posts" />
<newArticleCategory url="?op=newArticleCategory" andPerms="add_category" />
<editArticleCategories url="?op=editArticleCategories" andPerms="view_categories" />
<editComments url="?op=editComments" andPerms="view_comments" />
More information about the pLog-svn
mailing list