aboutsummaryrefslogtreecommitdiffhomepage
path: root/SplitSource.php
diff options
context:
space:
mode:
Diffstat (limited to 'SplitSource.php')
-rw-r--r--SplitSource.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/SplitSource.php b/SplitSource.php
index 08c2c8c1d..627af478b 100644
--- a/SplitSource.php
+++ b/SplitSource.php
@@ -447,7 +447,7 @@ function split_file($file, $chunks, $undo) {
'story_manager[_(-](?![.]get[(][)])|StoryManager' => 'StoryManager',
'SuggestedAction|[a-z_]*_suggested_action' => 'SuggestedAction',
'suggested_action_manager[_(-](?![.]get[(][)])|SuggestedActionManager' => 'SuggestedActionManager',
- 'SuggestedPost[^P]' => 'SuggestedPost',
+ 'SuggestedPost[^A-Z]' => 'SuggestedPost',
'SuggestedPostPrice' => 'SuggestedPostPrice',
'SynchronousRequests' => 'SynchronousRequests',
'TargetDialogTypes' => 'TargetDialogTypes',