mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
Declare releases and pdo properties in RSS.php
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2015-10-22 DariusIII
|
||||
Fix: declare releases and pdo properties in RSS
|
||||
Fix: use usage of images from other templates
|
||||
Chg: Show buttond based on source
|
||||
Fix: Center the show name
|
||||
|
||||
+11
-1
@@ -11,6 +11,16 @@ use newznab\db\Settings;
|
||||
*/
|
||||
Class RSS
|
||||
{
|
||||
/**
|
||||
* @var Releases
|
||||
*/
|
||||
public $releases;
|
||||
|
||||
/**
|
||||
* @var \newznab\db\Settings
|
||||
*/
|
||||
public $pdo;
|
||||
|
||||
/**
|
||||
* @param array $options
|
||||
*/
|
||||
@@ -188,4 +198,4 @@ Class RSS
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ class SphinxSearch
|
||||
{
|
||||
/**
|
||||
* SphinxQL connection.
|
||||
* @var newznab\db\DB
|
||||
* @var \newznab\db\DB
|
||||
*/
|
||||
public $sphinxQL = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user