Apparant Error in link

11 views
Skip to first unread message

Gary Gatel

unread,
Dec 31, 2013, 4:19:01 PM12/31/13
to antholo...@googlegroups.com
Version 0.7.1

in class-admin-main.php line #566 link throws off a permission error:"You do not have sufficient permissions to access this page."
$controlActions[] = '<a href="admin.php?page=anthologize_new_project.php&project_id=' . get_the_ID() .'">' . __('Project Details', 'anthologize') . '</a>';

I think it should be:
$controlActions[] = '<a href="admin.php?page=anthologize_new_project&project_id=' . get_the_ID() .'">' . __('Project Details', 'anthologize') . '</a>';

Reply all
Reply to author
Forward
0 new messages