>
pull_id; ?>
|
@@ -47,7 +44,7 @@ foreach ($this->items as $i => $item) :
endif; ?>
- applied) : ?>
+ applied) : ?>
@@ -58,8 +55,8 @@ foreach ($this->items as $i => $item) :
|
- applied) :
- echo '' . JText::_('COM_PATCHTESTER_REVERT_PATCH') . '';
+ applied) :
+ echo '' . JText::_('COM_PATCHTESTER_REVERT_PATCH') . '';
else :
echo '' . JText::_('COM_PATCHTESTER_APPLY_PATCH') . '';
endif; ?>
diff --git a/administrator/components/com_patchtester/views/pulls/view.html.php b/administrator/components/com_patchtester/views/pulls/view.html.php
index 6bd1a91..e1ed4e6 100644
--- a/administrator/components/com_patchtester/views/pulls/view.html.php
+++ b/administrator/components/com_patchtester/views/pulls/view.html.php
@@ -32,14 +32,6 @@ class PatchtesterViewPulls extends JViewLegacy
*/
protected $items;
- /**
- * Object containing data about applied patches
- *
- * @var object
- * @since 1.0
- */
- protected $patches;
-
/**
* State object
*
@@ -82,7 +74,6 @@ class PatchtesterViewPulls extends JViewLegacy
{
$this->state = $this->get('State');
$this->items = $this->get('Items');
- $this->patches = $this->get('AppliedPatches');
$this->pagination = $this->get('Pagination');
// Check for errors.
|