Raising limit for the recommended function -- used 100 for an arbitrarily large value.
git-svn-id: svn://10.0.0.236/trunk@201970 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
63349937bf
commit
25fdd46d58
@ -35,7 +35,7 @@ $amo = new AMO_Object();
|
||||
|
||||
// Assign template variables.
|
||||
$tpl->assign(
|
||||
array( 'recommendedExtensions' => $amo->getRecommendedAddons($sql['app'],'E',10),
|
||||
array( 'recommendedExtensions' => $amo->getRecommendedAddons($sql['app'],'E',100),
|
||||
'title' => 'Recommended '.$clean['app'].' Add-ons',
|
||||
'content' => 'recommended.tpl',
|
||||
'cats' => $amo->getCats('E'))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user