Lullabot / windup

A Drupal starter theme
GNU General Public License v2.0
26 stars 8 forks source link

Issue #94 fix a php fatal error when viewing a node revision. #95

Closed m4olivei closed 8 years ago

m4olivei commented 8 years ago

Resolves #94.

To test, first create a new Content Type and turn on revisions for it.Create a new node of that type and then make an edit so there are revisions of it. Then use the Revisions tab to view a revision. Before this fix, you should get a PHP fatal error, after, you should see the revision.

m4olivei commented 8 years ago

Oops, I forgot the use statement. Hang on.

m4olivei commented 8 years ago

There we go, all set.