Skip to content

Commit

Permalink
MDL-54984 core_cache: corrected exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Jul 27, 2016
1 parent bdce994 commit e1f5312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/classes/definition.php
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ public function get_requirements_bin() {
* @deprecated since 2.6
*/
public function should_be_persistent() {
throw new coding_exception('class_definition::should_be_persistent() can not be used anymore.' .
throw new coding_exception('cache_definition::should_be_persistent() can not be used anymore.' .
' Please use cache_definition::use_static_acceleration() instead.');
}

Expand Down

0 comments on commit e1f5312

Please sign in to comment.