PKP Bugzilla – Bug 1985
Search Results page not determining access status properly
Last modified: 2006-01-09 15:05:03 PST
The Search Results page should use the same set of conditions for determining article and issue access as the issue view page. Currently it does not. (See "http://pkp.sfu.ca/support/forum/viewtopic.php?t=641".)
Created attachment 47 [details] Patch against OJS 2.0.2-1
Created attachment 48 [details] Patch against OJS 2.0.2-1
Comment on attachment 47 [details] Patch against OJS 2.0.2-1 Oops, this patch was generated backwards.
Corrected.
Comment on attachment 48 [details] Patch against OJS 2.0.2-1 *sigh* Typo. $article should be $publishedArticle.
Created attachment 49 [details] Patch against OJS 2.0.2-1
Created attachment 50 [details] Patch against OJS 2.0.2-1, part 2