Author: mj
Date: Wed Oct 26 12:32:18 2011
New Revision: 10193
Log:
Fix PHP protected member warning (uses accessor method instead)
Modified:
trunk/apps/qubit/modules/search/templates/_searchResults.php
Modified: trunk/apps/qubit/modules/search/templates/_searchResults.php
==============================================================================
--- trunk/apps/qubit/modules/search/templates/_searchResults.php Wed Oct
26 12:16:51 2011 (r10192)
+++ trunk/apps/qubit/modules/search/templates/_searchResults.php Wed Oct
26 12:32:18 2011 (r10193)
@@ -11,7 +11,7 @@
<?php endif; ?>
<?php if ('print' == $sf_request->getGetParameter('media') &&
$pager->haveToPaginate()): ?>
<?php echo __('(Only showing first %1% results for performance reasons)',
- array('%1%' => $pager->maxPerPage)) ?>
+ array('%1%' => $pager->getMaxPerPage())) ?>
<?php endif; ?>
</div>
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.