mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Merge pull request #124 from tPl0ch/1.3
Added App::import('Model', 'ConnectionManager') to cake/libs/sanitize.php
This commit is contained in:
commit
a6ccee3a7c
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
App::import('Model', 'ConnectionManager');
|
||||
/**
|
||||
* Washes strings from unwanted noise.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue