91³Ô¹ÏÍø

Watch CBS News

Pastor Tony Evans restored to ministry more than a year after disclosing moral failure

Tony Evans, the founding pastor of Oak Cliff Bible Fellowship, has been restored to ministry over a year after confessing to an undisclosed moral failure.

The announcement was made during the Sunday service on Oct. 5. Evans will not be serving or leading at Oak Cliff Bible Fellowship, the church said.

Church affirms restoration process

"In alignment with biblical principles and unanimous affirmation of the elder board, Dr. Evans has successfully completed this restoration journey," said Chris Wheel, the church's associate pastor for outreach, during a service billed as "Restoration Sunday."

As the announcement was made, Evans walked onto the church's platform to a standing ovation and thunderous applause from the congregation.

Evans thanked those who supported him

In a post to his YouTube page, Evans thanked the leaders, congregants and supporters who have stood by him this past year.

"As you know, this last year has been an extremely challenging time - a time of being separated from what I love most - the proclamation of God's word," Evans said. "A lot of that was due to my own fault, and I had to go through a period of repentance and restoration so that healing could take place."

During the service on Sunday, church leaders praised Evans for how he handled his moral failure.

"Dr. Evans acknowledged in a public statement falling short of God's standard and a need to submit to the church's discipline and restoration process," Wheel said. "We are pleased to report that Dr. Evans has fully submitted to the church's discipline and restoration process."

Evans, a former chaplain for the Dallas Cowboys and the Dallas Mavericks, stepped down in June 2024. In his video statement, Evans said he was grateful for the support of his wife and children.

"The good news," Evans said, "is our God is a god of restoration."

The church announced that Evans' son, Jonathan, is expected to take over as the new lead pastor.

Context follows recent church scandal

The news about Evans comes just three days after Robert Morris, the founding pastor at Gateway Church in Southlake, entered a guilty plea in Oklahoma to child sexual abuse charges. 

Morris is currently serving six months of a 10-year sentence in the Osage County Jail.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });