projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbcd1aa
)
use the injector
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 28 Jun 2010 22:36:54 +0000
(18:36 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Mon, 28 Jun 2010 22:36:54 +0000
(18:36 -0400)
jonah/lib/News.php
patch
|
blob
|
history
diff --git
a/jonah/lib/News.php
b/jonah/lib/News.php
index
8cf8154
..
e849727
100644
(file)
--- a/
jonah/lib/News.php
+++ b/
jonah/lib/News.php
@@
-148,7
+148,7
@@
class Jonah_News
$date = null, $unreleased = false,
$order = Jonah::ORDER_PUBLISHED)
{
- return $GLOBALS['
jonah_driver']
->legacyGetStories($channel, $max, $from, $refresh, $date, $unreleased, $order);
+ return $GLOBALS['
injector']->getInstance('Jonah_Driver')
->legacyGetStories($channel, $max, $from, $refresh, $date, $unreleased, $order);
}
/**