Drupal 7 calls to stdClass from inside and outside classes.
I have a call to 'stdClass' in my .module page. Which works fine.
However when I put it in a Class method this produces an error.
The fix was to put a forward slash infront of it.
'/stdClass'
Fixed.
No comments:
Post a Comment