You are here

protected function FeedsSource::switchBack in Feeds 7.2

Switches back to the original user.

1 call to FeedsSource::switchBack()
FeedsSource::releaseLock in includes/FeedsSource.inc
Releases a lock for this source.

File

includes/FeedsSource.inc, line 1269
Definition of FeedsSourceInterface, FeedsState and FeedsSource class.

Class

FeedsSource
Holds the source of a feed to import.

Code

protected function switchBack() {
  $this->accountSwitcher
    ->switchBack();
}