mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Closes #2094, removed unreachable return
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5713 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
9a4d314b81
commit
bfa4c12166
2 changed files with 0 additions and 2 deletions
|
@ -178,7 +178,6 @@ class PaginatorHelper extends AppHelper {
|
|||
} else {
|
||||
return 'asc';
|
||||
}
|
||||
return null;
|
||||
}
|
||||
/**
|
||||
* Generates a "previous" link for a set of paged records
|
||||
|
|
|
@ -236,7 +236,6 @@ class XmlHelper extends AppHelper {
|
|||
} else {
|
||||
return $content;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
/**
|
||||
* Serializes a model resultset into XML
|
||||
|
|
Loading…
Reference in a new issue