Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
twitter
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
twitter
Commits
1199473d
Commit
1199473d
authored
11 years ago
by
Juampy NR
Browse files
Options
Downloads
Patches
Plain Diff
Removed debug statements.
parent
65cbf41a
No related branches found
Branches containing commit
Tags
7.x-6.0-alpha2
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
twitter.inc
+0
-2
0 additions, 2 deletions
twitter.inc
with
0 additions
and
2 deletions
twitter.inc
+
0
−
2
View file @
1199473d
...
...
@@ -204,9 +204,7 @@ function twitter_account_save($twitter_account) {
// Check whether this account exists and load its defaults prior to save.
$twitter_account
->
is_new
=
$twitter_account_db
?
FALSE
:
TRUE
;
if
(
$twitter_account_db
)
{
dd
(
'exists'
);
$twitter_account
=
(
object
)
array_merge
((
array
)
$twitter_account_db
,
(
array
)
$twitter_account
);
dd
(
$twitter_account
);
}
entity_save
(
'twitter_account'
,
$twitter_account
);
}
...
...
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