Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Twilio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Extensions
Twilio
Commits
8407667b
Commit
8407667b
authored
1 year ago
by
Seamus Lee
Browse files
Options
Downloads
Patches
Plain Diff
Fix case of CRM in namesapce
parent
cbedb504
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1
CiviCRM 23.02.1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
info.xml
+1
-1
1 addition, 1 deletion
info.xml
twilio.civix.php
+3
-3
3 additions, 3 deletions
twilio.civix.php
with
4 additions
and
4 deletions
info.xml
+
1
−
1
View file @
8407667b
...
...
@@ -23,7 +23,7 @@
</compatibility>
<comments/>
<civix>
<namespace>
C
rm
/Twilio
</namespace>
<namespace>
C
RM
/Twilio
</namespace>
<format>
23.02.1
</format>
</civix>
<classloader>
...
...
This diff is collapsed.
Click to expand it.
twilio.civix.php
+
3
−
3
View file @
8407667b
...
...
@@ -6,10 +6,10 @@
* The ExtensionUtil class provides small stubs for accessing resources of this
* extension.
*/
class
C
rm
_Twilio_ExtensionUtil
{
class
C
RM
_Twilio_ExtensionUtil
{
const
SHORT_NAME
=
'twilio'
;
const
LONG_NAME
=
'org.civicrm.sms.twilio'
;
const
CLASS_PREFIX
=
'C
rm
_Twilio'
;
const
CLASS_PREFIX
=
'C
RM
_Twilio'
;
/**
* Translate a string using the extension's domain.
...
...
@@ -77,7 +77,7 @@ class Crm_Twilio_ExtensionUtil {
}
use
C
rm
_Twilio_ExtensionUtil
as
E
;
use
C
RM
_Twilio_ExtensionUtil
as
E
;
function
_twilio_civix_mixin_polyfill
()
{
if
(
!
class_exists
(
'CRM_Extension_MixInfo'
))
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment