Closed (fixed)
Project:
Protected Node
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2012 at 16:47 UTC
Updated:
22 Jan 2014 at 22:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
izus commentedmaybe it's just the same issue as https://drupal.org/node/1649298
but as i didn't test it yet, i'll just mak it as a Feature request to support NodeSymlink
Comment #2
grimreaperHello,
Here is a patch that can solve it.
Thanks for the review.
Comment #3
izus commentedI suggest you wrap this in a if(modules_exists('nodesymlinks'))
to better reflect why we needed it
Comment #4
izus commentedComment #5
grimreaperOk, I apply this idea to the webform support too.
Comment #6
izus commentedmerged
thanks
Comment #8
andyrigby commentednodesymlinks_support-1630486-5.patch and associated commit http://drupalcode.org/project/protected_node.git/blobdiff/2698979f782a54... contain a typo. modules_exists() is an undefined function.
PHP Fatal error: Call to undefined function modules_exists() in /path/to/site/sites/all/modules/protected_node/protected_node.module on line 190
Comment #9
izus commentedHi,
Thanks for reporting.
This is now fixed by http://drupalcode.org/project/protected_node.git/blobdiff/b7b9de3d80bba5...
Thanks again