]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14591 - fixing bug related to queued transfers
authormjollnir_ <mjollnir_>
Tue, 5 Aug 2008 17:35:08 +0000 (17:35 +0000)
committermjollnir_ <mjollnir_>
Tue, 5 Aug 2008 17:35:08 +0000 (17:35 +0000)
lib/portfoliolib.php

index 8495ea7cd776d650489db943c42f8aa9e64f4225..ac67a59d5bdb6aff5b3b6da1ce4a61f7e9dedfde 100644 (file)
@@ -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;
                 }