Skip to content

Commit 6ab1b87

Browse files
committed
blank line preceding comments
1 parent 6b86743 commit 6ab1b87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/JoomlaBrowser.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ public function installExtensionFromFolder($path, $type = 'Extension')
471471
{
472472
$this->amOnPage('/administrator/index.php?option=com_installer');
473473
$this->waitForText('Extensions: Install', '30', array('css' => 'H1'));
474+
474475
// Let the tabsset come to life
475476
$this->wait(1);
476477
$this->click(array('link' => 'Install from Folder'));
@@ -498,6 +499,7 @@ public function installExtensionFromUrl($url, $type = 'Extension')
498499
{
499500
$this->amOnPage('/administrator/index.php?option=com_installer');
500501
$this->waitForText('Extensions: Install', '30', array('css' => 'H1'));
502+
501503
// Let the tabsset come to life
502504
$this->wait(1);
503505
$this->click(array('link' => 'Install from URL'));

0 commit comments

Comments
 (0)