Skip to content

Commit

Permalink
MDL-63422 auth_cas: review core loop / switch / case / continue
Browse files Browse the repository at this point in the history
Created apereo/phpCAS#278 upstream, applied locally.
  • Loading branch information
stronk7 committed Oct 30, 2018
1 parent bd5fdcf commit 0d2d2b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auth/cas/CAS/CAS/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -3380,7 +3380,7 @@ private function _readExtraAttributesCas20($success_elements)
case 'user':
case 'proxies':
case 'proxyGrantingTicket':
continue;
break;
default:
if (strlen(trim($attr_node->nodeValue))) {
phpCas :: trace(
Expand Down
3 changes: 2 additions & 1 deletion auth/cas/CAS/moodle_readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Description of phpCAS 1.3.5 library import

* downloaded from http://downloads.jasig.org/cas-clients/php/current/
* applied patch https://github.com/apereo/phpCAS/pull/247 for PHP 7.2 compatibility (MDL-60280)
* applied patch https://github.com/apereo/phpCAS/pull/247 for PHP 7.2 compatibility (MDL-60280)
* applied patch https://github.com/apereo/phpCAS/pull/278 for PHP 7.3 compatibility (MDL-63422)

0 comments on commit 0d2d2b9

Please sign in to comment.