Fatal error: Call to undefined function drupal_queue_include() in /var/www/git-dev.drupal.org/htdocs/sites/all/modules/versioncontrol_git/includes/VersioncontrolGitRepository.php on line 185
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | remove_drupal_queue_include.patch | 1.08 KB | jthorson |
Comments
Comment #1
eliza411 commentedIt's true. I get the same error when I try to change the default repository branch on project edit page.
Comment #2
eliza411 commentedTagging to write tests for this
Comment #3
jthorson commentedAs far as I can tell, drupal_queue_include() only exists in the D6 backport of the queue API. This patch simply removes the two drupal_queue_include() calls. (Disclaimer: Completely untested!)
Comment #4
jthorson commentedGrrr.
Comment #5
marvil07 commentedMakes complete sense to remove function calls to D6 APIs in D7 version ;-)
Included on 7.x-1.x, thanks!
Comment #8
avpaderno