registry icon indicating copy to clipboard operation
registry copied to clipboard

Joomla Framework Registry Package

Results 3 registry issues
Sort by recently updated
recently updated
newest added

Pull Request for Issue joomla/joomla-cms#37783 Replaces PR #61 ### Summary of Changes If the first parameter in a call to `Json::stringToObject()` is not a string, an E_USER_DEPRECATED error is triggered....

### Steps to reproduce the issue $config = new Registry; $config->set('options', $someObj); $config->loadFile($file); ### Expected result $someObj + data from file ### Actual result Only data from file since $this->initialized...

bug