Skip to content

Commit

Permalink
fix namespace resolution when installing a theme
Browse files Browse the repository at this point in the history
Signed-off-by: John Rayes <[email protected]>
  • Loading branch information
live627 committed Nov 14, 2023
1 parent e480459 commit b6c6fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Actions/Admin/Themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
use SMF\Utils;
use SMF\Cache\CacheApi;
use SMF\Db\DatabaseApi as Db;
use SMF\PackageManager\SubsPackage;
use SMF\PackageManager\{SubsPackage, XmlArray};

/**
* This class concerns itself almost completely with theme administration.
Expand Down

0 comments on commit b6c6fd9

Please sign in to comment.