Changeset 4310

Show
Ignore:
Timestamp:
Tue Jan 10 06:22:24 2006
Author:
paul
Message:

Allow user to translate the article if they have the right to add articles.

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/campsite/implementation/management/priv/articles/do_translate.php

    r4228 r4310  
    39 39 }  
    40 40  
    41   if (!$articleObj->userCanModify($User)) {  
      41 if (!$User->hasPermission("AddArticle")) {  
    41 41     $errorStr = getGS('You do not have the right to change this article.  You may only edit your own articles and once submitted an article can only be changed by authorized users.');  
    42 42     camp_html_display_error($errorStr);