Skip to content

Commit

Permalink
Revert "No $end in this function, and it appears to be optional, so r…
Browse files Browse the repository at this point in the history
…emove the non-existent variable"

This reverts commit 596c52a.
  • Loading branch information
mrubinsk committed Sep 7, 2015
1 parent e683460 commit cb181a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turba/lib/Api.php
Expand Up @@ -2273,7 +2273,7 @@ protected function _getSources($sources, $synchronize = false)
$driver = $GLOBALS['injector']
->getInstance('Turba_Factory_Driver')
->create($val)
->synchronize();
->synchronize($end);
}
}

Expand Down

0 comments on commit cb181a9

Please sign in to comment.