Changeset 1733676
- Timestamp:
- 09/21/2017 12:20:47 PM (9 years ago)
- File:
-
- 1 edited
-
chatx-ai/trunk/admin/class-chatx-ai-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
chatx-ai/trunk/admin/class-chatx-ai-admin.php
r1733642 r1733676 401 401 $will_be_updated = in_array($item->slug, ['chatx-ai']); 402 402 if($will_be_updated){ 403 $item->plugin = "chatx/chatx-ai.php"; 404 } 405 return $will_be_updated; 403 $item->plugin = "chatx-ai/chatx-ai.php"; 404 } 405 406 return $will_be_updated; 406 407 } 407 408 }
Note: See TracChangeset
for help on using the changeset viewer.