Skip to content
Snippets Groups Projects
Commit f1a6b0e9 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #827150 by dww: use a reliable queue.

parent 762f5b05
No related branches found
No related tags found
Loading
......@@ -71,7 +71,7 @@ function update_schema() {
* Implements hook_install().
*/
function update_install() {
$queue = DrupalQueue::get('update_fetch_tasks');
$queue = DrupalQueue::get('update_fetch_tasks', TRUE);
$queue->createQueue();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment