Skip to content

Commit

Permalink
Fixes Admin Search
Browse files Browse the repository at this point in the history
Fixes #7878
  • Loading branch information
jdarwood007 committed Nov 14, 2023
1 parent 99b5e15 commit c0dcc2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Cache/APIs/MemcacheImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
use SMF\Lang;
use SMF\Cache\CacheApi;
use SMF\Cache\CacheApiInterface;
use SMF\Utils;

if (!defined('SMF'))
die('No direct access...');
Expand Down
1 change: 1 addition & 0 deletions Sources/Cache/APIs/MemcachedImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
use SMF\Lang;
use SMF\Cache\CacheApi;
use SMF\Cache\CacheApiInterface;
use SMF\Utils;

if (!defined('SMF'))
die('No direct access...');
Expand Down

0 comments on commit c0dcc2f

Please sign in to comment.