whitespace correction

This commit is contained in:
euromark 2013-07-25 13:26:21 +02:00
parent 5993ac39de
commit 8b21710c95
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@ class PaginatorComponent extends Component {
* @param Model|string $object Model to paginate (e.g: model instance, or 'Model', or 'Model.InnerModel') * @param Model|string $object Model to paginate (e.g: model instance, or 'Model', or 'Model.InnerModel')
* @param string|array $scope Additional find conditions to use while paginating * @param string|array $scope Additional find conditions to use while paginating
* @param array $whitelist List of allowed fields for ordering. This allows you to prevent ordering * @param array $whitelist List of allowed fields for ordering. This allows you to prevent ordering
* on non-indexed, or undesirable columns. See PaginatorComponent::validateSort() for additional details * on non-indexed, or undesirable columns. See PaginatorComponent::validateSort() for additional details
* on how the whitelisting and sort field validation works. * on how the whitelisting and sort field validation works.
* @return array Model query results * @return array Model query results
* @throws MissingModelException * @throws MissingModelException

View file

@ -61,7 +61,7 @@
<?php <?php
if (!empty($filePresent)): if (!empty($filePresent)):
App::uses('ConnectionManager', 'Model'); App::uses('ConnectionManager', 'Model');
$connected = ConnectionManager::getDataSource('default'); $connected = ConnectionManager::getDataSource('default');
?> ?>
<p> <p>
<span class="notice"> <span class="notice">