This website works better with JavaScript
Home
Explore
Help
Sign In
fusionpbx
/
fusionpbx-framework
mirror of
https://github.com/fusionpbx/fusionpbx-framework.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add a missing bracket.
Mark Crane
10 years ago
parent
db52be3cdb
commit
9731dbed56
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
resources/classes/cache.php
+ 1
- 0
resources/classes/cache.php
View File
@@ -98,5 +98,6 @@ class cache {
return false;
}
}
+}
?>