From 294b4928fe314bc9636b8ab72f2f2f9c156f078a Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Tue, 5 Aug 2008 17:35:08 +0000 Subject: [PATCH] MDL-14591 - fixing bug related to queued transfers --- lib/portfoliolib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/portfoliolib.php b/lib/portfoliolib.php index 8495ea7cd7..ac67a59d5b 100644 --- a/lib/portfoliolib.php +++ b/lib/portfoliolib.php @@ -1824,7 +1824,7 @@ final class portfolio_exporter { } $callerbits['format'] = $pluginbits['format'] = $fromform->format; $pluginbits['wait'] = $fromform->wait; - if ($expectedtime = PORTFOLIO_TIME_LOW) { + if ($expectedtime == PORTFOLIO_TIME_LOW) { $pluginbits['wait'] = 1; $pluginbits['hidewait'] = 1; } -- 2.39.5