In st() theme.inc is required, even though nothing is used from it.

Patch attached in comment.

CommentFileSizeAuthor
#1 drupal-1480734-1-useless-require.patch738 byteskotnik

Comments

kotnik’s picture

Status: Active » Needs review
StatusFileSize
new738 bytes

Patch attached.

parthipanramesh’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

patch does the job!

David_Rothstein’s picture

Status: Reviewed & tested by the community » Fixed

Yup this looks like a relic of an older time, and is no longer needed. I did a quick check to make sure the installer already loads theme.inc early enough on its own (just in case this code was the accidental glue that happened by chance to hold all of Drupal together...) and it seems to all be OK.

Committed to 7.x - thanks! http://drupalcode.org/project/drupal.git/commit/4ed2cfc

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.